home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / somc.dir / 00007_QUITALL.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  135 b   |  9 lines

  1. on exitFrame
  2.   global THESETUP
  3.   set the visible of the stage to 0
  4.   if THESETUP <> VOID then
  5.     open(THESETUP)
  6.   end if
  7.   quit()
  8. end
  9.